home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 December
/
CHIP Aralık 1996.iso
/
ntprog
/
vf_nt40
/
vfwin.exe
/
0
/
RCDATA
/
TSCANSETUP
/
TSCANSETUP.txt
Wrap
Text File
|
1995-11-09
|
1KB
|
73 lines
object ScanSetup: TScanSetup
Left = 455
Top = 289
BorderStyle = bsDialog
Caption = 'VF - ScanSetup'
ClientHeight = 164
ClientWidth = 196
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 144
Height = 13
Caption = 'Drives to exclude in disk scan:'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 170
Height = 13
Caption = 'Delay in minutes between scanning:'
end
object Button1: TButton
Left = 16
Top = 136
Width = 41
Height = 25
Caption = '&Cancel'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 136
Width = 43
Height = 25
Caption = '&Ok'
Default = True
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 177
Height = 21
TabOrder = 2
end
object Edit2: TEdit
Left = 8
Top = 72
Width = 177
Height = 21
TabOrder = 3
end
object Button3: TButton
Left = 64
Top = 136
Width = 67
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = Button3Click
end
end